home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nFinVideo, bVideoNormal, bPresMod1
- if (the mouseV >= 345) and (the mouseH >= 0) and (the mouseV <= 480) and (the mouseH <= 137) then
- set the movieRate of sprite 2 to 0
- else
- set the movieRate of sprite 2 to 1
- end if
- if the movieTime of sprite 2 > nFinVideo then
- set bPresMod1 to 0
- if bVideoNormal then
- go("baile")
- else
- go("baileP")
- end if
- else
- rollboton()
- end if
- go(the frame)
- end
-